Key

public final class Key

This class defines a Key data entity. Each instance of this class represents a row in keys table in the app's database. kid contains the key ID which was used to sign the DGC and the key contains the corresponding Public Key.

Constructors

Key
Link copied to clipboard
Key Key(String kid, String key)

Functions

getKey
Link copied to clipboard
final String getKey()
getKid
Link copied to clipboard
final String getKid()

Properties

key
Link copied to clipboard
private final String key
kid
Link copied to clipboard
private final String kid